Skip to content

chore: add redirect for blog post#333

Merged
ben-fornefeld merged 1 commit into
mainfrom
blog-page-redirect
May 15, 2026
Merged

chore: add redirect for blog post#333
ben-fornefeld merged 1 commit into
mainfrom
blog-page-redirect

Conversation

@drankou

@drankou drankou commented May 15, 2026

Copy link
Copy Markdown
Contributor

No description provided.

@drankou drankou requested a review from ben-fornefeld as a code owner May 15, 2026 18:58
@cla-bot cla-bot Bot added the cla-signed label May 15, 2026
@vercel

vercel Bot commented May 15, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
web Ready Ready Preview, Comment May 15, 2026 7:00pm
web-juliett Ready Ready Preview, Comment May 15, 2026 7:00pm

Request Review

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, straightforward blog redirect addition.

Extended reasoning...

Overview

This PR adds a single permanent redirect entry to next.config.mjs, sending an old blog post URL (/blog/how-perplexity-implemented-advanced-data-analysis-for-pro-users-in-1-week) to /blog/category/case-studies. The change is purely additive and follows the exact pattern of existing redirect entries in the same array.

Security risks

None. The redirect source and destination are both hardcoded internal paths with no user input, no dynamic segments, and no external destinations. There is no auth, data, or injection surface touched.

Level of scrutiny

Minimal scrutiny is appropriate. This is a one-line configuration change of the simplest possible kind — a static redirect mapping — in a file dedicated to such mappings. The bug hunting system found no issues.

Other factors

The PR title (chore: add redirect for blog post) accurately reflects the change. Vercel preview deployments are building. No outstanding reviewer comments. This is well within the scope of trivial changes that can be approved without human review.

@ben-fornefeld ben-fornefeld merged commit a656e9f into main May 15, 2026
15 checks passed
@ben-fornefeld ben-fornefeld deleted the blog-page-redirect branch May 15, 2026 19:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants